home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
circuits
/
irsim-ca.2
/
irsim-ca
/
irsim-cap-9.2
/
src
/
ana11
/
helper.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-15
|
391b
|
19 lines
/*
* Define NEED_HELPER if the system does not support SIGIO on sockets
*/
#if defined( ultrix )
# if !defined( ULTRIX_VERSION )
# define NEED_HELPER
# elif ULTRIX_VERSION <= 3
# define NEED_HELPER
# endif
#elif defined( hp9000s300 )
# define NEED_HELPER
#else
# ifdef NO_SIGIO /* this comes from CFLAGS at the top */
# define NEED_HELPER
# endif
#endif